home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-18 | 1.1 KB | 30 lines | [TEXT/MPS ] |
- Macintosh
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
- #21: ModalList
-
- Written by: James Beninghaus
-
- Versions: 1.00 February 1990
- 1.01 June 1992
-
- Components: ModalList.c February 1, 1990
- ModalListInit.c June 12, 1992
- ModalList.h February 1, 1990
- ModalList.r February 1, 1990
- ModalList.make February 1, 1990
- TCModalList.π June 12, 1992
- TCModalList.π.rsrc June 12, 1992
- _____________________________________________________________________________
-
- ModalList is an example using a list in a dialog window. The default
- LDEF is used to display a two-dimensional list of strings. You can scroll the
- list, search for and change cell contents, and change the list’s selection
- flags.
-
- Please review Sample or TESample for the general application structure and
- MultiFinder techniques you should use when writing a new application. This
- sample is meant to demonstrate the use of the List Manager and Dialog
- Manager routines.
-